iT邦幫忙

2021 iThome 鐵人賽

DAY 17
0
  • 時間time模組
    使用前要先import time
  1. Time()可以傳回自1970/1/1以來的秒數
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644FerLJhwRAO.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644UJe78SEcyY.png
  2. Sleep(n) 可以讓工作停止n秒
  3. Asctime() 以閱讀的方式列出目前的時間
    https://ithelp.ithome.com.tw/upload/images/20210929/201406445MuCFqZgwR.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644nZ5HDKE9zY.png
  4. Localtime() 可以返回元組的日期與時間,可以用索引的方式取得個別值
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644FjAVmTyYKH.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644pFioytaXCQ.png
  • 系統sys模組
    使用前要先import sys
  1. Stdin物件 指從螢幕輸入,然後讀取螢幕輸入直到按下enter鍵
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644giaqwyQHlv.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644nU8SOVWQiN.png
  2. Stdout物件 指從螢幕輸出,然後可以從螢幕輸出資料
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644QqozNmXXI1.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644zlFd2tqk8T.png
  • 日期calendar模組
    使用前要先import calendar
  1. 列出是否為閏年isleap()
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644dA2AJiwH6O.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644yRqEltcvy2.png
  2. 印出月曆 month()
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644q2kvGY6GRI.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644TiOvPIAaTD.png
  3. 印出年曆 calendar()
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644j06BrjzFCQ.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644AZKqv38pX6.png
  • 增強python的應用模組
  1. Deque() 是一個雙頭序列,可以從左右兩邊增加及刪除元素
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644WnUhnsrDqZ.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644dGnRQju9KY.png
  2. Accumulate()
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644nGmr4TOZy1.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644DQFc8pQqf2.png
  3. Combinations()
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644jy90Oc9tNq.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644NlG37KlB1c.png
  • 小實作—蒙特卡羅模擬
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644tF8KoeLbBZ.png
    https://ithelp.ithome.com.tw/upload/images/20210929/20140644cnJSleseEO.png

上一篇
[Day16]-應用模組
下一篇
[Day18]-檔案讀取
系列文
基礎python,讓你學點東西30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言